home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TTOKENSELFORM / TTOKENSELFORM.txt
Text File  |  2004-10-12  |  2KB  |  117 lines

  1. object TokenSelForm: TTokenSelForm
  2.   Left = 200
  3.   Top = 108
  4.   HelpContext = 1004
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select a Token'
  7.   ClientHeight = 199
  8.   ClientWidth = 586
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lDisplayString: TLabel
  23.     Left = 8
  24.     Top = 0
  25.     Width = 569
  26.     Height = 48
  27.     AutoSize = False
  28.     Caption = 'Please select a token'
  29.     FocusControl = ListView
  30.     Layout = tlCenter
  31.     WordWrap = True
  32.   end
  33.   object ListView: TListView
  34.     Left = 8
  35.     Top = 48
  36.     Width = 473
  37.     Height = 105
  38.     Columns = <
  39.       item
  40.         Caption = 'Name'
  41.         Width = 180
  42.       end
  43.       item
  44.         Caption = 'Memory'
  45.         Width = 110
  46.       end
  47.       item
  48.         AutoSize = True
  49.         Caption = 'Serial No'
  50.       end>
  51.     ReadOnly = True
  52.     RowSelect = True
  53.     TabOrder = 0
  54.     ViewStyle = vsReport
  55.     OnChange = ListViewChange
  56.     OnClick = ListViewClick
  57.     OnDblClick = ListViewDblClick
  58.   end
  59.   object bOK: TButton
  60.     Left = 490
  61.     Top = 48
  62.     Width = 89
  63.     Height = 25
  64.     Caption = 'OK'
  65.     Default = True
  66.     ModalResult = 1
  67.     TabOrder = 3
  68.   end
  69.   object bCancel: TButton
  70.     Left = 490
  71.     Top = 80
  72.     Width = 89
  73.     Height = 25
  74.     Cancel = True
  75.     Caption = 'Cancel'
  76.     ModalResult = 2
  77.     TabOrder = 4
  78.   end
  79.   object bView: TButton
  80.     Left = 8
  81.     Top = 160
  82.     Width = 97
  83.     Height = 25
  84.     Caption = 'View'
  85.     TabOrder = 1
  86.     OnClick = bViewClick
  87.   end
  88.   object bEdit: TButton
  89.     Left = 112
  90.     Top = 160
  91.     Width = 97
  92.     Height = 25
  93.     Caption = 'Edit'
  94.     Enabled = False
  95.     ModalResult = 6
  96.     TabOrder = 2
  97.   end
  98.   object bHelp: TButton
  99.     Left = 490
  100.     Top = 112
  101.     Width = 89
  102.     Height = 25
  103.     Caption = 'Help'
  104.     TabOrder = 5
  105.     OnClick = bHelpClick
  106.   end
  107.   object biKeyRefresh: TButton
  108.     Left = 490
  109.     Top = 160
  110.     Width = 89
  111.     Height = 25
  112.     Caption = 'Refresh'
  113.     ModalResult = 7
  114.     TabOrder = 6
  115.   end
  116. end
  117.